Skip to content

Fix resuming older experiments#50

Merged
tchaton merged 4 commits intomainfrom
owbone/fix-resuming-old-experiment
Apr 16, 2026
Merged

Fix resuming older experiments#50
tchaton merged 4 commits intomainfrom
owbone/fix-resuming-old-experiment

Conversation

@owbone
Copy link
Copy Markdown
Collaborator

@owbone owbone commented Apr 15, 2026

Resuming an experiment which is not in the 50 most recent experiments in the teamspace currently fails with a 400 exception. This is because the existing experiment does not appear in the response to ListMetricsStreams, which has an default limit of 50. Fix this by using GetMetricsStream to search for the experiment by name directly.

@owbone owbone marked this pull request as ready for review April 15, 2026 13:45
@owbone owbone changed the title Fix resumption of old experiments [WIP] Fix resumption of old experiments Apr 15, 2026
@owbone owbone force-pushed the owbone/fix-resuming-old-experiment branch 4 times, most recently from 7f36e2d to 5326502 Compare April 16, 2026 14:06
@owbone owbone force-pushed the owbone/fix-resuming-old-experiment branch from 5326502 to 9eafa85 Compare April 16, 2026 14:12
@owbone owbone changed the title [WIP] Fix resumption of old experiments Fix resuming older experiments Apr 16, 2026
Copy link
Copy Markdown
Collaborator

@tchaton tchaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch !

@tchaton tchaton merged commit 24e3346 into main Apr 16, 2026
76 checks passed
@tchaton tchaton deleted the owbone/fix-resuming-old-experiment branch April 16, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants